runtime.writeUserArenaHeapBits.offset (field)
9 uses
runtime (current package)
arena.go#L594: offset uintptr // offset in span that the low bit of mask represents the pointer state of.
arena.go#L609: h.offset = offset - h.low*goarch.PtrSize
arena.go#L635: idx := h.offset / (ptrBits * goarch.PtrSize)
arena.go#L645: h.offset += ptrBits * goarch.PtrSize
arena.go#L671: zeros := (offset+size-h.offset)/goarch.PtrSize - h.valid
arena.go#L685: idx := h.offset / (ptrBits * goarch.PtrSize)
arena.go#L698: h.offset += ptrBits * goarch.PtrSize
arena.go#L707: idx := h.offset / (ptrBits * goarch.PtrSize)
arena.go#L718: h.offset += ptrBits * goarch.PtrSize
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |